/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Infusion: news slider panel system
| Filename: manset_news_panel.php
| Author: AvaLoN
| Web Page: http://www.fusiontr.com
| Author: ozan
| Web Page: http://www.galopcu.com 
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

WICHTIG
-----------
Vor der Installation bitte Backup der Dateien machen :

administration/news.php
locale/english/admin/news.php
locale/turkish/admin/news.php
locale/german/admin/news.php

BESCHREIBUNG
-----------
Eine Modifikation des News-Systems. Das  die letzten 4 aktuellen News anzeigen tut.

Genderte Dateien
-------------
administration/news.php
locale/english/admin/news.php
locale/turkish/admin/news.php
locale/german/admin/news.php


Installation :
-------------

1 --------------
Im admin men unter eignene seiten den code einfhgen und auf vorschau klicken (WICHTIG-NICHT-SPEICHERN) 

<?php
$result = dbquery("ALTER TABLE `".DB_PREFIX."news`
ADD `news_image` varchar(100) NOT NULL;");
?>


2 ----------------
administration/news.php ersetzen mit modifizierte news.php

locale/english/admin/news.php ersetzen mit modifizierte news.php


3 ----------------
manset_news_panel im Ordner Infusionen kopieren
Gehe dan zu  Admin Panel -> System Admin -> Panel und fgen Sie "manset_news_panel" hinzu.

4-----------------
Im Admin men unter Content Admin -> News (Aktuelle News bearbeiten oder Hinzufhgen) habt ihr jetzt eine neue funktion "Bild Hinzufhgen"
die bilder zeigt er an wenn ihr sie in root -> images -> News kopiert. Sicherhalber die rechte auf 777 einstellen.

UNINSTALL
---------
Gehe nach Admin Panel -> System Admin -> Panels und suche slider panel und drcke auf "lschen"

Die gesicherten dateien wieder herstellen...

administration/news.php
locale/english/admin/news.php
locale/turkish/admin/news.php
locale/german/admin/news.php